github.com/cenkalti/backoff/v4.defaultTimer.timer (field)
7 uses
github.com/cenkalti/backoff/v4 (current package)
timer.go#L13: timer *time.Timer
timer.go#L18: return t.timer.C
timer.go#L23: if t.timer == nil {
timer.go#L24: t.timer = time.NewTimer(duration)
timer.go#L26: t.timer.Reset(duration)
timer.go#L32: if t.timer != nil {
timer.go#L33: t.timer.Stop()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |